[INFO] cloning repository https://github.com/aditya-ig10/mirage-wm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aditya-ig10/mirage-wm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faditya-ig10%2Fmirage-wm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faditya-ig10%2Fmirage-wm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 899bae38ee8e47696d50a3840db5faf5a6cea13c
[INFO] checking aditya-ig10/mirage-wm against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faditya-ig10%2Fmirage-wm" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aditya-ig10/mirage-wm
[INFO] finished tweaking git repo https://github.com/aditya-ig10/mirage-wm
[INFO] tweaked toml for git repo https://github.com/aditya-ig10/mirage-wm written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aditya-ig10/mirage-wm on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aditya-ig10/mirage-wm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wayland-server v0.31.10
[INFO] [stderr]   Downloaded xkbcommon v0.8.0
[INFO] [stderr]   Downloaded wayland-egl v0.32.8
[INFO] [stderr]   Downloaded appendlist v1.4.0
[INFO] [stderr]   Downloaded smithay v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6
[INFO] running `Command { std: "docker" "start" "f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking xkbcommon v0.8.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking atomic_float v1.1.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking appendlist v1.4.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling smithay v0.7.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking calloop v0.14.3
[INFO] [stderr]     Checking wayland-server v0.31.10
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-egl v0.32.8
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.9
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking mirage-wm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:272:38
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let screen_rect = Rectangle::from_loc_and_size((0, 0), (size.w, size.h));
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:280:42
[INFO] [stdout]     |
[INFO] [stdout] 280 |             let window_rect = Rectangle::from_loc_and_size((geom.location.x, geom.location.y), (geom.size.w, geom.size.h));
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:306:49
[INFO] [stdout]     |
[INFO] [stdout] 306 |                 let title_bar_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:321:49
[INFO] [stdout]     |
[INFO] [stdout] 321 |                 let close_btn_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:329:52
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let minimize_btn_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:337:52
[INFO] [stdout]     |
[INFO] [stdout] 337 |                 let maximize_btn_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:348:40
[INFO] [stdout]     |
[INFO] [stdout] 348 |             let test_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:360:36
[INFO] [stdout]     |
[INFO] [stdout] 360 |         let dock_rect = Rectangle::from_loc_and_size((0, dock_y), (size.w, dock_height));
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:372:38
[INFO] [stdout]     |
[INFO] [stdout] 372 |         let cursor_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:272:38
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let screen_rect = Rectangle::from_loc_and_size((0, 0), (size.w, size.h));
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:280:42
[INFO] [stdout]     |
[INFO] [stdout] 280 |             let window_rect = Rectangle::from_loc_and_size((geom.location.x, geom.location.y), (geom.size.w, geom.size.h));
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:306:49
[INFO] [stdout]     |
[INFO] [stdout] 306 |                 let title_bar_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:321:49
[INFO] [stdout]     |
[INFO] [stdout] 321 |                 let close_btn_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:329:52
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let minimize_btn_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:337:52
[INFO] [stdout]     |
[INFO] [stdout] 337 |                 let maximize_btn_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:348:40
[INFO] [stdout]     |
[INFO] [stdout] 348 |             let test_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:360:36
[INFO] [stdout]     |
[INFO] [stdout] 360 |         let dock_rect = Rectangle::from_loc_and_size((0, dock_y), (size.w, dock_height));
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/backend/winit.rs:372:38
[INFO] [stdout]     |
[INFO] [stdout] 372 |         let cursor_rect = Rectangle::from_loc_and_size(
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |         Rectangle::from_loc_and_size((0, 0), (self.width, 32))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |         Rectangle::from_loc_and_size((right - 20, 6), (20, 20))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Rectangle::from_loc_and_size((right - 50, 6), (20, 20))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |         Rectangle::from_loc_and_size((right - 80, 6), (20, 20))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |         Rectangle::from_loc_and_size(
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/dock.rs:80:20
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Rectangle::from_loc_and_size((x, y), (dock_width, self.background_height))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/dock.rs:97:25
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Some(Rectangle::from_loc_and_size((x, y), (self.icon_size, self.icon_size)))
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/launchpad.rs:205:20
[INFO] [stdout]     |
[INFO] [stdout] 205 |         Rectangle::from_loc_and_size((0, 0), (screen_width, screen_height))
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/launchpad.rs:212:20
[INFO] [stdout]     |
[INFO] [stdout] 212 |         Rectangle::from_loc_and_size((self.margin, self.margin), (available_width, available_height))
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/launchpad.rs:236:25
[INFO] [stdout]     |
[INFO] [stdout] 236 |         Some(Rectangle::from_loc_and_size((x, y), (self.icon_size, self.icon_size)))
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:38:20
[INFO] [stdout]    |
[INFO] [stdout] 38 |         Rectangle::from_loc_and_size((0, 0), (self.width, 32))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |         Rectangle::from_loc_and_size((right - 20, 6), (20, 20))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:50:20
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Rectangle::from_loc_and_size((right - 50, 6), (20, 20))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |         Rectangle::from_loc_and_size((right - 80, 6), (20, 20))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/decorations.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |         Rectangle::from_loc_and_size(
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/dock.rs:80:20
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Rectangle::from_loc_and_size((x, y), (dock_width, self.background_height))
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]   --> src/dock.rs:97:25
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Some(Rectangle::from_loc_and_size((x, y), (self.icon_size, self.icon_size)))
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/launchpad.rs:205:20
[INFO] [stdout]     |
[INFO] [stdout] 205 |         Rectangle::from_loc_and_size((0, 0), (screen_width, screen_height))
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/launchpad.rs:212:20
[INFO] [stdout]     |
[INFO] [stdout] 212 |         Rectangle::from_loc_and_size((self.margin, self.margin), (available_width, available_height))
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `smithay::utils::Rectangle::<N, Kind>::from_loc_and_size`: use new or from_size
[INFO] [stdout]    --> src/launchpad.rs:236:25
[INFO] [stdout]     |
[INFO] [stdout] 236 |         Some(Rectangle::from_loc_and_size((x, y), (self.icon_size, self.icon_size)))
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `DecorationElement` is never used
[INFO] [stdout]  --> src/decorations.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum DecorationElement {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `title`, `width`, `height`, `is_focused`, and `is_maximized` are never read
[INFO] [stdout]   --> src/decorations.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct WindowDecoration {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 18 |     pub title: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 19 |     pub width: i32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 20 |     pub height: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 21 |     pub is_focused: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 22 |     pub is_maximized: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WindowDecoration` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/decorations.rs:26:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | impl WindowDecoration {
[INFO] [stdout]     | --------------------- associated items in this implementation
[INFO] [stdout]  26 |     pub fn new(title: String, width: i32, height: i32, is_focused: bool) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  37 |     pub fn title_bar_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  42 |     pub fn close_button_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  48 |     pub fn minimize_button_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  54 |     pub fn maximize_button_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 |     pub fn content_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 |     pub fn point_on_close_button(&self, point: Point<f64, Logical>) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 |     pub fn point_on_minimize_button(&self, point: Point<f64, Logical>) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |     pub fn point_on_maximize_button(&self, point: Point<f64, Logical>) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  95 |     pub fn point_on_title_bar(&self, point: Point<f64, Logical>) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn title_bar_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn button_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn close_button_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     pub fn minimize_button_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn maximize_button_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wallpaper` is never constructed
[INFO] [stdout]  --> src/wallpaper.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Wallpaper {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `default`, and `is_valid` are never used
[INFO] [stdout]   --> src/wallpaper.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Wallpaper {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 12 |     pub fn new(path: impl AsRef<Path>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn default() -> Self {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn is_valid(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `icon_path`, `command`, and `is_running` are never read
[INFO] [stdout]  --> src/dock.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct DockApp {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 6 |     pub name: String,
[INFO] [stdout] 7 |     pub icon_path: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 8 |     pub command: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 9 |     pub is_running: bool,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DockApp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_visible`, `icon_size`, and `icon_spacing` are never read
[INFO] [stdout]   --> src/dock.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Dock {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 13 |     pub apps: Vec<DockApp>,
[INFO] [stdout] 14 |     pub is_visible: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 15 |     pub position_bottom: i32,
[INFO] [stdout] 16 |     pub icon_size: i32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 17 |     pub icon_spacing: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/dock.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl Dock {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  71 |     pub fn remove_app(&mut self, name: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn get_dock_rect(&self, screen_width: i32, screen_height: i32) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     pub fn get_app_rect(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn app_at_point(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn toggle_visibility(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn get_dock_color(&self) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn get_app_icon_color(&self, is_running: bool) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn launch_app(&mut self, index: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     pub fn set_app_running(&mut self, index: usize, running: bool) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `icon_path`, `command`, and `category` are never read
[INFO] [stdout]  --> src/launchpad.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct LaunchpadApp {
[INFO] [stdout]   |            ------------ fields in this struct
[INFO] [stdout] 6 |     pub name: String,
[INFO] [stdout] 7 |     pub icon_path: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 8 |     pub command: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 9 |     pub category: AppCategory,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `LaunchpadApp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Games` and `Other` are never constructed
[INFO] [stdout]   --> src/launchpad.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum AppCategory {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 20 |     Games,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 21 |     Other,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppCategory` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]   --> src/launchpad.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl AppCategory {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 25 |     pub fn to_string(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/launchpad.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct Launchpad {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 40 |     pub apps: Vec<LaunchpadApp>,
[INFO] [stdout] 41 |     pub is_visible: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 42 |     pub is_animating: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 43 |     pub animation_progress: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 44 |     pub grid_cols: usize,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 45 |     pub grid_rows: usize,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 46 |     pub icon_size: i32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 47 |     pub icon_spacing: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 48 |     pub margin: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 49 |     pub search_query: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/launchpad.rs:148:12
[INFO] [stdout]     |
[INFO] [stdout]  69 | impl Launchpad {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub fn remove_app(&mut self, name: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     pub fn toggle_visibility(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     pub fn set_search_query(&mut self, query: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn clear_search(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     pub fn get_filtered_apps(&self) -> Vec<&LaunchpadApp> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 177 |     pub fn get_apps_by_category(&self, category: AppCategory) -> Vec<&LaunchpadApp> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 |     pub fn get_categories(&self) -> Vec<AppCategory> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     pub fn get_launchpad_rect(&self, screen_width: i32, screen_height: i32) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn get_grid_rect(&self, screen_width: i32, screen_height: i32) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |     pub fn get_app_rect(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 239 |     pub fn app_at_point(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |     pub fn launch_app(&self, index: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |     pub fn get_background_color(&self) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn get_icon_color(&self) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 283 |     pub fn get_search_bar_color(&self) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |     pub fn update_animation(&mut self, _delta_time: f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `DecorationElement` is never used
[INFO] [stdout]  --> src/decorations.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum DecorationElement {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `title`, `width`, `height`, `is_focused`, and `is_maximized` are never read
[INFO] [stdout]   --> src/decorations.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct WindowDecoration {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] 18 |     pub title: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 19 |     pub width: i32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 20 |     pub height: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 21 |     pub is_focused: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 22 |     pub is_maximized: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WindowDecoration` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/decorations.rs:26:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | impl WindowDecoration {
[INFO] [stdout]     | --------------------- associated items in this implementation
[INFO] [stdout]  26 |     pub fn new(title: String, width: i32, height: i32, is_focused: bool) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  37 |     pub fn title_bar_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  42 |     pub fn close_button_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  48 |     pub fn minimize_button_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  54 |     pub fn maximize_button_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 |     pub fn content_rect(&self) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 |     pub fn point_on_close_button(&self, point: Point<f64, Logical>) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 |     pub fn point_on_minimize_button(&self, point: Point<f64, Logical>) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |     pub fn point_on_maximize_button(&self, point: Point<f64, Logical>) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  95 |     pub fn point_on_title_bar(&self, point: Point<f64, Logical>) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn title_bar_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn button_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn close_button_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     pub fn minimize_button_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn maximize_button_color(&self) -> (f32, f32, f32, f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wallpaper` is never constructed
[INFO] [stdout]  --> src/wallpaper.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Wallpaper {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `default`, and `is_valid` are never used
[INFO] [stdout]   --> src/wallpaper.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Wallpaper {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 12 |     pub fn new(path: impl AsRef<Path>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn default() -> Self {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn is_valid(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `icon_path`, `command`, and `is_running` are never read
[INFO] [stdout]  --> src/dock.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct DockApp {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 6 |     pub name: String,
[INFO] [stdout] 7 |     pub icon_path: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 8 |     pub command: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 9 |     pub is_running: bool,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DockApp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `is_visible`, `icon_size`, and `icon_spacing` are never read
[INFO] [stdout]   --> src/dock.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Dock {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 13 |     pub apps: Vec<DockApp>,
[INFO] [stdout] 14 |     pub is_visible: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 15 |     pub position_bottom: i32,
[INFO] [stdout] 16 |     pub icon_size: i32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 17 |     pub icon_spacing: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/dock.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl Dock {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  71 |     pub fn remove_app(&mut self, name: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn get_dock_rect(&self, screen_width: i32, screen_height: i32) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     pub fn get_app_rect(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn app_at_point(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn toggle_visibility(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn get_dock_color(&self) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn get_app_icon_color(&self, is_running: bool) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn launch_app(&mut self, index: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     pub fn set_app_running(&mut self, index: usize, running: bool) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `icon_path`, `command`, and `category` are never read
[INFO] [stdout]  --> src/launchpad.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct LaunchpadApp {
[INFO] [stdout]   |            ------------ fields in this struct
[INFO] [stdout] 6 |     pub name: String,
[INFO] [stdout] 7 |     pub icon_path: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 8 |     pub command: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 9 |     pub category: AppCategory,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `LaunchpadApp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Games` and `Other` are never constructed
[INFO] [stdout]   --> src/launchpad.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum AppCategory {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 20 |     Games,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 21 |     Other,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppCategory` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]   --> src/launchpad.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl AppCategory {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 25 |     pub fn to_string(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/launchpad.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct Launchpad {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 40 |     pub apps: Vec<LaunchpadApp>,
[INFO] [stdout] 41 |     pub is_visible: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 42 |     pub is_animating: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 43 |     pub animation_progress: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 44 |     pub grid_cols: usize,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 45 |     pub grid_rows: usize,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 46 |     pub icon_size: i32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 47 |     pub icon_spacing: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 48 |     pub margin: i32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 49 |     pub search_query: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/launchpad.rs:148:12
[INFO] [stdout]     |
[INFO] [stdout]  69 | impl Launchpad {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub fn remove_app(&mut self, name: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     pub fn toggle_visibility(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     pub fn set_search_query(&mut self, query: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn clear_search(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     pub fn get_filtered_apps(&self) -> Vec<&LaunchpadApp> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 177 |     pub fn get_apps_by_category(&self, category: AppCategory) -> Vec<&LaunchpadApp> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 |     pub fn get_categories(&self) -> Vec<AppCategory> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     pub fn get_launchpad_rect(&self, screen_width: i32, screen_height: i32) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     pub fn get_grid_rect(&self, screen_width: i32, screen_height: i32) -> Rectangle<i32, Logical> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |     pub fn get_app_rect(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 239 |     pub fn app_at_point(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 |     pub fn launch_app(&self, index: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 273 |     pub fn get_background_color(&self) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn get_icon_color(&self) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 283 |     pub fn get_search_bar_color(&self) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |     pub fn update_animation(&mut self, _delta_time: f32) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.07s
[INFO] running `Command { std: "docker" "inspect" "f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6", kill_on_drop: false }`
[INFO] [stdout] f93d62e611dc0e967aee55f7f72ca9bba93e03455f0874c092ec15058a807cd6
